* idlw-shell.el (idlwave-shell-complete-filename): Replace obsolete function.
authorGlenn Morris <rgm@gnu.org>
Tue, 17 May 2011 02:39:23 +0000 (19:39 -0700)
committerGlenn Morris <rgm@gnu.org>
Tue, 17 May 2011 02:39:23 +0000 (19:39 -0700)
lisp/ChangeLog
lisp/progmodes/idlw-shell.el

index 108c81459252988f0037d7858591fc0947fea9d7..9e24f6372a69a6073c2cfb723a503ee7be567488 100644 (file)
@@ -1,5 +1,8 @@
 2011-05-17  Glenn Morris  <rgm@gnu.org>
 
+       * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
+       Replace obsolete function.
+
        * shell.el (pcomplete-parse-arguments-function): Declare.
 
        * calendar/appt.el (appt-message-warning-time, appt-display-mode-line)
index 93a3bf1b7f5f16dc054fd9db305e02a9941dfceb..01c256ab41bd9149e3f00f1aceb1a7ea8cf7332c 100644 (file)
@@ -2187,7 +2187,7 @@ args of an executive .run, .rnew or .compile."
   ;; CWD might have changed, resync, to set default directory
   (idlwave-shell-resync-dirs)
   (let ((comint-file-name-chars idlwave-shell-file-name-chars))
-    (comint-dynamic-complete-as-filename)))
+    (comint-filename-completion)))
 
 (defun idlwave-shell-executive-command ()
   "Return the name of the current executive command, if any."